home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00032_TM Credits.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  140 b   |  9 lines

  1. on mouseDown
  2.   global CreditList
  3.   tell the stage
  4.     playSFX(5)
  5.   end tell
  6.   Obj = getaProp(CreditList, the clickOn)
  7.   trackMouse(Obj)
  8. end
  9.